-
-
Notifications
You must be signed in to change notification settings - Fork 778
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Style linting issues #2495
Fix Style linting issues #2495
Conversation
Want to review this pull request? Take a look at this documentation for a step by step guide! From your project repository, check out a new branch and test the changes.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @averdin2, thanks on working on this. Just a couple of change requests on two pages:
events.scss
Just set the margin to zero, because on mobile view the 52 margin top was originally being overwritten to be all zeroes, but because you're using margin 52 for the top again, there is unnecessary space on the container.
toolkit.scss
Could you revert all the changes you suggested here? It's causing some weirdness on the mobile view (the header is misaligned with the button, and the guides are separated into two columns instead of being flexed), and I think it should be fine as is:
Please lmk if you have questions, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you for all your work on this!
Fixes #1958
What changes did you make and why did you make them?
Notes